home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vulvara / Vulvara.exe / scripts / DefineButton2_362 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-10-08  |  2KB  |  95 lines

  1. on(release){
  2.    if(ith == 1)
  3.    {
  4.       if(it == 8)
  5.       {
  6.          if(lok1 == 0)
  7.          {
  8.             tellTarget("nebav")
  9.             {
  10.                play();
  11.             }
  12.             gotoAndStop(1444);
  13.          }
  14.          if(lok1 == 1)
  15.          {
  16.             gotoAndPlay(9926);
  17.          }
  18.          if(lok1 == 2)
  19.          {
  20.             if(ith == 1)
  21.             {
  22.                if(it == 8)
  23.                {
  24.                   gotoAndPlay(10168);
  25.                }
  26.             }
  27.             else
  28.             {
  29.                gotoAndPlay(10135);
  30.             }
  31.          }
  32.          if(lok1 == 3)
  33.          {
  34.             gotoAndPlay(10168);
  35.          }
  36.          if(lok1 == 4)
  37.          {
  38.             tellTarget("nebav")
  39.             {
  40.                play();
  41.             }
  42.             gotoAndStop(1444);
  43.          }
  44.       }
  45.       else
  46.       {
  47.          tellTarget("ee")
  48.          {
  49.             play();
  50.          }
  51.       }
  52.    }
  53.    else
  54.    {
  55.       if(lok1 == 0)
  56.       {
  57.          tellTarget("nebav")
  58.          {
  59.             play();
  60.          }
  61.          gotoAndStop(1444);
  62.       }
  63.       if(lok1 == 1)
  64.       {
  65.          gotoAndPlay(9926);
  66.       }
  67.       if(lok1 == 2)
  68.       {
  69.          if(ith == 1)
  70.          {
  71.             if(it == 8)
  72.             {
  73.                gotoAndPlay(10168);
  74.             }
  75.          }
  76.          else
  77.          {
  78.             gotoAndPlay(10135);
  79.          }
  80.       }
  81.       if(lok1 == 3)
  82.       {
  83.          gotoAndPlay(10168);
  84.       }
  85.       if(lok1 == 4)
  86.       {
  87.          tellTarget("nebav")
  88.          {
  89.             play();
  90.          }
  91.          gotoAndStop(1444);
  92.       }
  93.    }
  94. }
  95.